@media (max-width: 920px) {
  .w150 {
    width: 94vw;
    margin: 0 auto;
  }
  header {
    width: 100vw;
    height: 100px;
    display: flex;
    align-items: center;
  }
  header .mian {
    padding: 0;
  }
  header .mian .logoBox {
    display: block;
    padding: 10px 0;
  }
  header .mian .logoBox img {
    height: 38px;
    width: auto;
  }
  header .mian .logoBox .windowName {
    display: none;
  }
  header .mian .homeBox {
    display: none;
  }
  header .mian .searchBox {
    margin-left: auto;
    display: block;
    width: auto;
    height: auto;
  }
  header .mian .searchBox .inputBox {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
  }
  header .mian .searchBox .inputBox input {
    display: inline;
    border: 1px solid #eee;
    vertical-align: bottom;
    margin-left: 5px;
  }
  header .mian .searchBox .inputBox .iconBox2 {
    display: inline-flex;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #1852aa;
  }
  header .mian .searchBox .inputBox .iconBox2 img {
    width: 20px;
  }
  header .mian .searchBox .iconBox {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  header .mian .searchBox .iconBox img {
    width: 20px;
  }
  header .mian .menuBox {
    margin-left: 10px;
    display: block;
  }
  header .header_nav,
  header .headerTop {
    display: none;
  }
  header .header_nav_red {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 50px;
  }
  header .header_nav_red .item {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  header .header_nav.blue {
    background-color: #1852aa;
  }
  footer .main .info {
    padding-top: 42px;
    padding-bottom: 30px;
    display: block;
  }
  footer .main .info .contact .title {
    margin-bottom: 15px;
  }
  footer .main .info .shareBox {
    margin-top: 15px;
    margin-left: 0px;
  }
  footer .main .info .shareBox .icon:nth-child(1) {
    display: none;
  }
  footer .main .info .firendLinks {
    margin-top: 15px;
    margin-left: auto;
  }
  footer .main .info .firendLinks .title {
    text-align: left;
  }
  footer .main .info .firendLinks .linksBox {
    position: relative;
    margin-top: 17px;
  }
  footer .main .info .firendLinks .linksBox .title .box img {
    height: 6px;
    transform: rotate(270deg);
  }
  footer .main .bottom {
    display: block;
    padding: 25px 0;
  }
  footer .main .bottom .Copyright,
  footer .main .bottom .siro {
    color: #96a4b5;
  }
  footer .main .bottom .Copyright p,
  footer .main .bottom .siro p {
    display: inline-block;
    font-size: 14px;
    color: #96a4b5;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  footer .main .bottom .Copyright a,
  footer .main .bottom .siro a {
    letter-spacing: 1px;
    display: inline-block;
    font-size: 14px;
    color: #96a4b5;
  }
  footer .main .bottom .Copyright a:hover,
  footer .main .bottom .siro a:hover {
    color: #fff;
  }
  footer .main .bottom .Copyright span,
  footer .main .bottom .siro span {
    letter-spacing: 1px;
    margin: 0 0px;
    color: #fff;
  }
  footer .main .bottom .siro {
    margin-top: 10px;
  }
  .navMask {
    display: block;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding-top: 125px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navMask .navBox {
    width: 45%;
    margin-left: auto;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem {
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .navMask .navBox .navItem .navTitle {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    display: table;
    margin-left: auto;
    color: #fff;
    position: relative;
  }
  .navMask .navBox .navItem .navTitle a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  .navMask .navBox .navItem .navTitle::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 3px;
    width: 0;
    transition: 0.5s;
    height: 2px;
    background-color: #fff;
  }
  .navMask .navBox .navItem .sub_nav {
    display: none;
    margin-top: 5px;
    text-align: right;
  }
  .navMask .navBox .navItem .sub_nav a {
    display: block;
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
  }
  .navMask .navBox .navItem.active .sub_nav {
    display: block;
  }
  .navMask .navBox .navItem.active .navTitle::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 3px;
    width: 30%;
    height: 2px;
    background-color: #fff;
  }
  .navMask.active {
    left: 0;
  }
  .commonBanner {
    width: 100%;
    height: 280px;
  }
  .commonBanner .textBox {
    margin-left: 30px;
    margin-top: 120px;
    line-height: 1;
  }
  .commonBanner .textBox .cn {
    font-size: 36px;
    color: #fff;
  }
  .commonBanner .textBox .en {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
  }
  .section_title {
    padding: 10px 10px;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .section_title .title {
    font-size: 20px;
    height: auto;
    line-height: 1.8;
  }
  .section_title .title::after {
    bottom: -10px;
  }
  .section_title .more span {
    font-size: 16px;
  }
  .section_title.red {
    padding: 10px 10px;
    height: auto;
  }
  .section_title.red .title {
    font-size: 20px;
    height: auto;
    line-height: 1.8;
  }
  .section_title.red .title::after {
    bottom: -10px;
  }
  .section_title.red .more span {
    font-size: 16px;
  }
  .select_title {
    padding: 0 15px;
    height: 50px;
    margin-top: -50px;
  }
  .select_title .selectItems {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .select_title .selectItems .item {
    flex: 1;
    text-align: center;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    margin-right: 0;
  }
  .select_title .navAdd {
    display: none;
  }
  .select_title.topNews {
    border-bottom: 1px solid #d3000d;
  }
  .select_title.topNews .title .news {
    width: 20px;
    margin-right: 5px;
  }
  .select_title.topNews .title span {
    font-size: 14px;
    color: #333333;
  }
  .select_title.topNews .title .new {
    width: 25px;
    margin-left: 5px;
  }
  .select_title.topNews .time {
    display: none;
  }
  .select_title.red .selectItems {
    height: 100%;
  }
  .select_title.red .selectItems .item {
    color: #d3000d;
  }
  .select_title.red .selectItems .item.active::after {
    background-color: #d3000d;
  }
  .commenTitle {
    line-height: 1;
  }
  .commenTitle .en {
    font-size: 30px;
    color: #1852aa;
    text-transform: uppercase;
  }
  .commenTitle .cn {
    margin-top: 12px;
    font-size: 30px;
    color: #333;
  }
  .commenTitle.center .en,
  .commenTitle.center .cn {
    text-align: center;
  }
  .page_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_buttons .prev,
  .page_buttons .next {
    width: 80px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
  }
  .page_buttons .prev img,
  .page_buttons .next img {
    margin: 0 5px;
  }
  .page_buttons .pages {
    padding: 0 6px;
  }
  .page_buttons .pages .item {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 6px;
  }
  .page_buttons.red .pages .item.active {
    border: 1px solid #d3010e;
    color: #d3010e;
  }
  .window_info_select_title {
    display: none;
  }
}
@media (max-width: 920px) and (any-hover: hover) {
  .page_buttons.red .pages .item:hover {
    border: 1px solid #d3010e;
    color: #d3010e;
  }
}
@media (max-width: 768px) {
  .home_page .banner {
    margin-top: 100px;
    height: 200px;
    width: 100%;
  }
  .home_page .main_content {
    padding: 30px 0 80px;
  }
  .home_page .main_content .section1 {
    display: flex;
    background-color: transparent;
    padding: 0;
    flex-direction: column;
  }
  .home_page .main_content .section1 .imgBox {
    width: 100%;
    height: 200px;
    background-color: #fff;
    padding: 0;
  }
  .home_page .main_content .section1 .imgBox img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home_page .main_content .section1 .newsBox {
    margin-top: 15px;
    flex: none;
  }
  .home_page .main_content .section1 .newsBox .item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }
  .home_page .main_content .section1 .newsBox .item .title {
    font-size: 16px;
    line-height: 1.4;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home_page .main_content .section1 .newsBox .item .time {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1;
  }
  .home_page .main_content .section1 .newsBox .item.active::after {
    top: 5px;
  }
  .home_page .main_content .sloganBar {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home_page .main_content .sloganBar img {
    width: 100%;
  }
  .home_page .main_content .section2 {
    background-color: #fff;
  }
  .home_page .main_content .section2 .section_main {
    display: block;
    padding: 30px 10px 20px;
  }
  .home_page .main_content .section2 .section_main .imgBox {
    width: 100%;
    height: auto;
  }
  .home_page .main_content .section2 .section_main .imgBox img {
    width: 100%;
    height: auto;
  }
  .home_page .main_content .section2 .section_main .company_profile {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .home_page .main_content .section2 .section_main .company_profile .name {
    font-size: 17px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 15px;
  }
  .home_page .main_content .section2 .section_main .company_profile .des {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
  }
  .home_page .main_content .section2 .section_main .moreBars {
    margin-top: 10px;
    width: 100%;
  }
  .home_page .main_content .section2 .section_main .moreBars .item {
    width: 100%;
  }
  .home_page .main_content .section2 .section_main .moreBars .item:nth-child(2) {
    margin-top: 20px;
  }
  .home_page .main_content .section3 .main {
    padding: 25px 10px;
    display: block;
  }
  .home_page .main_content .section3 .main .left {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .home_page .main_content .section3 .main .left .img {
    width: 100%;
    height: auto;
  }
  .home_page .main_content .section3 .main .left .mask {
    padding: 70px 15px 0;
  }
  .home_page .main_content .section3 .main .items {
    margin-left: 0;
    margin-top: 20px;
    flex: none;
  }
  .home_page .main_content .section3 .main .items .item {
    height: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .home_page .main_content .section3 .main .items .item .icon_more {
    width: 4px;
    margin-right: 8px;
  }
  .home_page .main_content .section3 .main .items .item .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home_page .main_content .section3 .main .items .item .time {
    display: none;
    font-size: 15px;
    color: #666666;
    margin-left: auto;
  }
  .home_page .main_content .section4 {
    background: #fff;
  }
  .home_page .main_content .section4 .main {
    padding: 30px 10px 10px;
    display: block;
  }
  .home_page .main_content .section4 .main .items {
    margin-bottom: 20px;
    width: 100%;
  }
  .home_page .main_content .section4 .main .items .titles {
    margin-top: 10px;
  }
  .home_page .main_content .section4 .main .items .titles .item {
    height: auto;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .home_page .main_content .section4 .main .items .titles .item .icon_more {
    width: 4px;
    margin-right: 8px;
  }
  .home_page .main_content .section5 {
    margin-top: 26px;
    background: #fff;
  }
  .home_page .main_content .section5 .mian {
    padding: 20px;
    overflow: hidden;
  }
  .home_page .main_content .section5 .certificate_swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
  }
  .home_page .main_content .section5 .certificate_swiper .swiper-pagination-bullet {
    display: none;
  }
  .company_profile_page .main_items .section1 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .company_profile_page .main_items .section1 .content {
    display: block;
  }
  .company_profile_page .main_items .section1 .content .bg {
    width: 500px;
  }
  .company_profile_page .main_items .section1 .infomation {
    width: 100%;
  }
  .company_profile_page .main_items .section1 .infomation .textBox {
    margin-top: 30px;
  }
  .company_profile_page .main_items .section1 .infomation .textBox p {
    font-size: 15px;
    line-height: 1.5;
  }
  .company_profile_page .main_items .section1 .img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .company_profile_page .main_items .section2 {
    padding: 30px 0 80px;
  }
  .company_profile_page .main_items .section2 .imgBox {
    margin: 66px auto 0;
    overflow-x: scroll;
    padding-bottom: 30px;
    position: relative;
  }
  .company_profile_page .main_items .section2 .imgBox img {
    width: 180%;
    margin: 0;
  }
  .company_profile_page .main_items .section3 {
    padding: 30px 0 80px;
  }
  .company_profile_page .main_items .section3 .items {
    margin-top: 30px;
    display: block;
  }
  .company_profile_page .main_items .section3 .items .item {
    margin: 0 auto 30px !important;
  }
  .company_profile_page .main_items .section4 {
    padding: 30px 0 80px;
  }
  .company_profile_page .main_items .section4 .content {
    margin-top: 30px;
  }
  .company_profile_page .main_items .section4 .content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .company_profile_page .main_items .section4 .content img {
    width: 100%;
    margin: 20px 0;
  }
  .party_building_page .main_items .section {
    display: none;
    padding: 50px 0 88px;
  }
  .party_building_page .main_items .section .items {
    margin-bottom: 50px;
  }
  .party_building_page .main_items .section .items .item {
    display: block;
    padding: 15px;
    height: auto;
  }
  .party_building_page .main_items .section .items .item .time {
    font-size: 16px;
    border-right: none;
    width: auto;
  }
  .party_building_page .main_items .section .items .item .time img {
    margin-right: 10px;
    width: 20px;
  }
  .party_building_page .main_items .section .items .item .title {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 0;
    max-width: 100%;
    overflow: auto;
    text-overflow: clip;
    white-space: break-spaces;
  }
  .party_building_page .main_items .section .items .item .moreBox {
    display: none;
  }
  .party_building_page .main_items .section .items .item.active {
    border-bottom: 1px solid #1852aa;
  }
  .party_building_page .main_items .section .items .item.active .title {
    color: #1852aa;
  }
  .party_building_page .main_items .section.active {
    display: block;
  }
  .party_building_info_page {
    background-color: #fff;
  }
  .party_building_info_page .main {
    padding-bottom: 60px;
  }
  .party_building_info_page .main .contents {
    background-color: #fff;
    padding: 30px 0 60px;
  }
  .party_building_info_page .main .contents .article_title {
    max-width: 90%;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .party_building_info_page .main .contents .infomationBox {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
  }
  .party_building_info_page .main .contents .infomationBox .time {
    display: block;
  }
  .party_building_info_page .main .contents .infomationBox .time span {
    font-size: 16px;
    display: block;
    color: #666666;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .party_building_info_page .main .contents .infomationBox .share .icons .icon #qrcode {
    border: 5px solid #fff;
    z-index: 5;
    display: none;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
  }
  .party_building_info_page .main .contents .richtext {
    padding-top: 25px;
  }
  .party_building_info_page .main .contents .richtext p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .party_building_info_page .main .contents .richtext img {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 15px;
  }
  .qualifications_page .main .main_items {
    padding: 40px 0 80px;
  }
  .qualifications_page .main .main_items .items {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .qualifications_page .main .main_items .items .item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .qualifications_page .main .main_items .items .item .name {
    padding: 0 30px;
    font-size: 16px;
  }
  .qualifications_info_page .main {
    padding-bottom: 60px;
  }
  .qualifications_info_page .main .contents {
    background-color: #fff;
    padding: 40px 0 80px;
  }
  .qualifications_info_page .main .contents .article_title {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .qualifications_info_page .main .contents img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 70px;
  }
  .performance_page .section {
    display: none;
    padding: 40px 0 80px;
  }
  .performance_page .section .items {
    margin-bottom: 60px;
  }
  .performance_page .section .items .item {
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .performance_page .section .items .item .img {
    width: 100%;
    height: 254px;
  }
  .performance_page .section .items .item .item_info {
    flex: none;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    margin-top: 10px;
  }
  .performance_page .section .items .item .item_info .tag {
    margin-bottom: 7px;
  }
  .performance_page .section .items .item .item_info .title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .performance_page .section .items .item .item_info .des {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .performance_page .section .items .item .item_info .more {
    font-size: 16px;
  }
  .performance_page .section .items .item .item_info .more img {
    display: block;
  }
  .performance_page .section .items2 {
    margin-bottom: 50px;
  }
  .performance_page .section .items2 .item {
    display: block;
    padding: 15px;
    height: auto;
  }
  .performance_page .section .items2 .item .time {
    font-size: 16px;
    border-right: none;
    width: auto;
  }
  .performance_page .section .items2 .item .time img {
    margin-right: 10px;
    width: 20px;
  }
  .performance_page .section .items2 .item .title {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 0;
    max-width: 100%;
    overflow: auto;
    text-overflow: clip;
    white-space: break-spaces;
  }
  .performance_page .section .items2 .item .moreBox {
    display: none;
  }
  .performance_page .section .items2 .item.active {
    border-bottom: 1px solid #1852aa;
  }
  .performance_page .section .items2 .item.active .title {
    color: #1852aa;
  }
  .performance_page .section.active {
    display: block;
  }
  .qualityAssurance_page .main .main_items {
    padding-top: 40px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    display: block;
  }
  .qualityAssurance_page .main .main_items .item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .qualityAssurance_page .main .main_items .item .imgBox {
    width: 100%;
    height: 500px;
  }
  .qualityAssurance_page .main .main_items .item .imgBox img {
    width: 100%;
    height: 500px;
  }
  .qualityAssurance_page .main .main_items .item .name {
    font-size: 18px;
    height: auto;
    margin-top: 20px;
  }
  .corporateCulture_page {
    background-color: #fff;
  }
  .corporateCulture_page .main .section .contents {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 40px 0 80px;
  }
  .corporateCulture_page .main .section .contents .items {
    margin-top: 42px;
  }
  .corporateCulture_page .main .section .contents .items .item {
    display: block;
    width: 100%;
  }
  .corporateCulture_page .main .section .contents .items .item .left {
    width: 100%;
    flex: 1none;
    height: auto;
    padding: 20px;
  }
  .corporateCulture_page .main .section .contents .items .item .left .title {
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .corporateCulture_page .main .section .contents .items .item .left .title img {
    width: 45px;
    margin-right: 15px;
  }
  .corporateCulture_page .main .section .contents .items .item .left .des {
    font-size: 15px;
  }
  .corporateCulture_page .main .section .contents .items .item .right img {
    width: 100%;
    height: auto;
  }
  .corporateCulture_page .main .section .contents2 {
    background-color: #fff;
    margin-bottom: 85px;
    padding: 40px 0 80px;
  }
  .corporateCulture_page .main .section .contents2 .items {
    margin-bottom: 60px;
  }
  .corporateCulture_page .main .section .contents2 .items .item {
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .corporateCulture_page .main .section .contents2 .items .item .img {
    width: 100%;
    height: 254px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info {
    flex: none;
    width: 100%;
    margin-left: 0;
    padding: 10px;
    margin-top: 10px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info .tag {
    margin-bottom: 7px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info .title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info .des {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info .more {
    font-size: 16px;
  }
  .corporateCulture_page .main .section .contents2 .items .item .item_info .more img {
    display: block;
  }
  .contact_page {
    background-color: #fff;
  }
  .contact_page .main .contents {
    background-color: #fff;
    margin-bottom: 58px;
    padding: 40px 0 60px;
  }
  .contact_page .main .contents .icons {
    display: block;
  }
  .contact_page .main .contents .icons .item {
    flex: none;
    width: 100%;
  }
  .contact_page .main .contents .map {
    margin-top: 50px;
    height: 300px;
  }
  .window_page .main .section {
    display: none;
  }
  .window_page .main .section .top {
    background-color: #fff;
    padding: 40px 0;
  }
  .window_page .main .section .top .content {
    display: block;
  }
  .window_page .main .section .top .content .left {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .window_page .main .section .top .content .left img {
    width: 100%;
    height: 240px;
  }
  .window_page .main .section .top .content .left .mask {
    padding: 150px 10px 0;
  }
  .window_page .main .section .top .content .right {
    margin-top: 20px;
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .window_page .main .section .top .content .right .items {
    width: 100%;
    margin-top: 20px;
  }
  .window_page .main .section .top .content .right .items .item {
    height: 50px;
  }
  .window_page .main .section .top .content .right .items .item img {
    margin-right: 12px;
  }
  .window_page .main .section .top .content .right .items .item .title {
    max-width: 95%;
  }
  .window_page .main .section .bottom {
    background-color: #f8f8f9;
    padding: 40px 0 60px;
  }
  .window_page .main .section .bottom .content {
    display: block;
    justify-content: space-between;
  }
  .window_page .main .section .bottom .content .left,
  .window_page .main .section .bottom .content .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .window_page .main .section .bottom .content .left .items,
  .window_page .main .section .bottom .content .right .items {
    margin-top: 40px;
  }
  .window_page .main .section .bottom .content .left .items .item,
  .window_page .main .section .bottom .content .right .items .item {
    height: 50px;
  }
  .window_page .main .section .bottom .content .left .items .item img,
  .window_page .main .section .bottom .content .right .items .item img {
    margin-right: 12px;
  }
  .window_page .main .section .bottom .content .left .items .item .title,
  .window_page .main .section .bottom .content .right .items .item .title {
    max-width: 95%;
  }
  .window_page .main .section .bottom .content .left .items .item .time,
  .window_page .main .section .bottom .content .right .items .item .time {
    display: none;
  }
  .window_page .main .section .content_list {
    padding: 50px 0 80px;
  }
  .window_page .main .section .content_list .items {
    margin-bottom: 50px;
  }
  .window_page .main .section .content_list .items .item {
    display: block;
    padding: 15px;
    height: auto;
  }
  .window_page .main .section .content_list .items .item .time {
    font-size: 16px;
    border-right: none;
    width: auto;
  }
  .window_page .main .section .content_list .items .item .time img {
    margin-right: 10px;
    width: 20px;
  }
  .window_page .main .section .content_list .items .item .title {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 0;
    max-width: 100%;
    overflow: auto;
    text-overflow: clip;
    white-space: break-spaces;
  }
  .window_page .main .section .content_list .items .item .moreBox {
    display: none;
  }
  .window_page .main .section .content_list .items .item.active {
    border-bottom: 1px solid #1852aa;
  }
  .window_page .main .section .content_list .items .item.active .title {
    color: #1852aa;
  }
  .window_page .main .section.active {
    display: block;
  }
  .search_result_page header {
    background: url(/static/images/header_bg.png) no-repeat;
    background-size: cover;
  }
  .search_result_page .main {
    margin-top: 288px;
    padding: 80px 0;
  }
  .search_result_page .main .inputBox {
    width: 597px;
    height: 52px;
    border: 1px solid #eeeeee;
    margin: 44px auto 52px;
    display: flex;
    align-items: center;
  }
  .search_result_page .main .inputBox input {
    flex: 1;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
  }
  .search_result_page .main .inputBox input::placeholder {
    color: #999999;
  }
  .search_result_page .main .inputBox .iconBox {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1852aa;
  }
  .search_result_page .main .inputBox .iconBox img {
    width: 20px;
  }
  .search_result_page .main .items {
    margin-bottom: 50px;
    border-top: 1px solid #ededed;
  }
  .search_result_page .main .items .item {
    height: 120px;
    width: 100%;
    transition: 0.3s;
    border-bottom: 1px solid #f7f8f9;
  }
  .search_result_page .main .items .item .tag {
    font-size: 18px;
    color: #1852aa;
    padding-right: 16px;
    border-right: 1px solid #d3d3d3;
  }
  .search_result_page .main .items .item .time {
    font-size: 18px;
    color: #222222;
    margin-left: auto;
    margin-right: 35px;
  }
  .search_result_page .main .items .item .title {
    transition: 0.3s;
    font-size: 18px;
    margin-left: 20px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search_result_page .main .items .item .moreBox {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: 0.7s;
  }
  .search_result_page .main .items .item .moreBox img {
    width: 23px;
  }
  .search_result_page .main .items .item .moreBox .white {
    display: none;
  }
  .search_result_page .main .items .item .moreBox.active {
    background-color: #1852aa;
    transform: rotate(-45deg);
  }
  .search_result_page .main .items .item .moreBox.active .white {
    display: block;
  }
  .search_result_page .main .items .item .moreBox.active .black {
    display: none;
  }
  .search_result_page .main .items .item.active {
    border-bottom: 1px solid #1852aa;
  }
  .search_result_page .main .items .item.active .title {
    color: #1852aa;
  }
}
